home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / 1110.zip / 1110.TXT next >
Text File  |  1993-03-08  |  9KB  |  282 lines

  1.                            FYI
  2.  
  3. (Note: The origin of this information may be internal or external
  4. to Novell.  Novell makes every effort within its means to verify
  5. this information.  However, the information provided in this
  6. document is FOR YOUR INFORMATION only.  Novell makes no explicit
  7. or implied claims to the validity of this information.)
  8.  
  9.           TITLE: DR DOS 6 SAMPLE CONFIGURATIONS FOR 80286
  10.                  COMPUTERS
  11.    DOCUMENT ID#: FYI-M-1110
  12.            DATE: 02MAR93
  13.         PRODUCT: DR DOS
  14. PRODUCT VERSION: 6.0
  15.      SUPERSEDES: 
  16.         SYMPTOM: SAMPLE CONFIGURATION FILES FOR AT COMPATIBLES
  17.  
  18.   ISSUE/PROBLEM: Users are not sure on how to maximize DR DOS
  19. configurations for 80286 computers.
  20.  
  21.        SOLUTION: These are some sample configuration files for AT
  22. compatible computers.  You don't have to use them exactly as
  23. written but they can be used to give you ideas on what can be
  24. done with DR DOS 6.  What configuration you use is dependent on
  25. the computer hardware and software.
  26.  
  27.      AT COMPUTERS 640K (ONLY)
  28.  
  29. CONFIG.SYS
  30.  
  31. SHELL=C:\COMMAND.COM C:\ /P /E:256
  32. BREAK=ON 
  33. BUFFERS=20
  34. FILES=30
  35. FCBS=4,4
  36. FASTOPEN=256
  37. HISTORY=ON, 256, ON, OFF, OFF
  38. ?"Load Netware (Y/N)? " set lan=on
  39. ?"Enable DelWatch TSR (Y/N)? " set delw=on
  40.  
  41. AUTOEXEC.BAT
  42.  
  43. @ECHO OFF
  44. :DRDOSBEG
  45. PATH C:\;C:\DRDOS;C:\NETWARE
  46. VERIFY OFF
  47. PROMPT [DR DOS] $P$G
  48. if "%lan%"=="on" IPX
  49. if "%lan%"=="on" NETX
  50. if "%delw%"=="on" DELWATCH C: /F:200
  51. DISKMAP C:
  52.  
  53. These files will setup an AT-type computer to use the following
  54. DR DOS 6.0 features:
  55.  
  56. The DELWATCH command is a 5k TSR loaded to keep track of deleted
  57. files. The options indicate that Drive C: will be watched and no
  58. more than 200 deletions will be tracked.
  59.  
  60. The DISKMAP command takes a snap-shot of Drive C:'s file
  61. allocation table. In case of serious disk or file corruption
  62. DISKMAP can aid in the recovery of missing or bad files. This
  63. command can be executed as often as needed during your computing
  64. session in order to get the most recent FAT image (via the $x
  65. variable in PROMPT, see page 294 of the DR DOS manual). 
  66.  
  67. Depending on the use of this type of configuration, this PC/XT
  68. could be used for other "light-duty" services on networks, et
  69. cetera, and therefore, other drivers can be implemented which
  70. would take more conventional memory such as SuperStor'ing the
  71. hard-disk for additional document storage for a printer server.
  72. SuperStor would take about 50K of conventional memory to run, and
  73. could have a serious impact on the ability to run some DOS
  74. applications. The examples for SuperStor in this document are for
  75. drives other than C:. If C: is compressed SuperStor will create a
  76. DCONFIG.SYS file on the uncompressed side and will place the
  77. SuperStor driver there. Refer to Document 1200 for more
  78. information on SuperStor.
  79.  
  80.      PC/AT or 286 based Computers with 640K and LIM 4.0 Expansion
  81.      Boards
  82.  
  83. CONFIG.SYS
  84.  
  85. SHELL=C:\COMMAND.COM C:\ /P /E:256 
  86. BREAK=ON 
  87. BUFFERS=20
  88. FILES=30
  89. FCBS=4,4
  90. FASTOPEN=256
  91. HISTORY=ON, 256, ON, OFF, OFF
  92. DEVICE=REMM.SYS
  93. ?"MemoryMAX w/no LIM (y/n)? "DEVICE=C:\DRDOS\HIDOS.SYS /C=EMSALL  
  94.      /B=AUTO
  95. ?"MemoryMAX w/ LIM (y/n)? "DEVICE=C:\DRDOS\HIDOS.SYS /C=EMSUMB    
  96.      /B=AUTO
  97. HIDOS=ON
  98. ?"Use the Compressed Disk (Y/N)? "DEVICE=C:\SSTORDRV.SYS
  99. ?"Load Netware (Y/N)? " set lan=on
  100. ?"Enable DelWatch TSR (Y/N)? " set delw=on
  101.  
  102. AUTOEXEC.BAT
  103.  
  104. @ECHO OFF
  105. :DRDOSBEG
  106. PATH C:\;C:\DRDOS;C:\NETWARE
  107. VERIFY OFF
  108. PROMPT [DR DOS] $P$G
  109. if "%lan%"=="on" IPX
  110. if "%lan%"=="on" NETX
  111. if "%delw%"=="on" DELWATCH C: /F:200
  112. DISKMAP C:
  113. :DRDOSEND
  114.  
  115. This basic setup is similar to an XT with 640K RAM and additional
  116. LIM 4.0 expanded memory. 
  117.  
  118. The LIM 4.0 Expansion Board will come with a device driver which
  119. enables it to work and function with DOS applications. The device
  120. driver that the memory expansion board comes with could be named
  121. REMM.SYS. Please read your documentation for your memory
  122. expansion board for the location and name of the driver that
  123. enables that memory. If the driver supplied with your computer is
  124. named differently, you can still specify the use of this driver
  125. in the same location as indicated by the REMM.SYS line above.
  126.  
  127. The MemoryMAX driver HIDOS.SYS is allowing the operating system
  128. to relocate into Upper Memory via the /B=AUTO switch. 
  129.  
  130. The other switches, /CHIPSET=EMSALL or EMSUMB allow either all
  131. the Upper Memory to be used for the operating system's purpose or
  132. to allow an EMS (LIM) page frame as well as an extra portion of
  133. upper memory for the operating system to use. As stated earlier
  134. the EMS memory manager and the LIM hardware must be LIM 4.0 to
  135. work properly.
  136.  
  137.      PC/AT OR 286 BASED COMPUTERS WITH 1MB AND LIM 4.0 EXPANSION
  138.      BOARDS
  139.  
  140. CONFIG.SYS
  141.  
  142. SHELL=C:\COMMAND.COM C:\ /P /E:256 
  143. BREAK=ON 
  144. BUFFERS=20
  145. FILES=30
  146. FCBS=4,4
  147. FASTOPEN=256
  148. HISTORY=ON, 256, ON, OFF, OFF
  149. DEVICE=REMM.SYS
  150. ?"MemoryMAX w/no LIM (y/n)? "DEVICE=C:\DRDOS\HIDOS.SYS /C=EMSALL  
  151.      /B=FFFF
  152. ?"MemoryMAX w/ LIM (y/n)? "DEVICE=C:\DRDOS\HIDOS.SYS /C=EMSUMB    
  153.      /B=FFFF
  154. HIDOS=ON
  155. ?"Use the Compressed Disk (Y/N)? "DEVICE=C:\SSTORDRV.SYS
  156. ?"Load Netware (Y/N)? " set lan=on
  157. ?"Enable DelWatch TSR (Y/N)? " set delw=on
  158.  
  159. AUTOEXEC.BAT
  160.  
  161. @ECHO OFF
  162. :DRDOSBEG
  163. PATH C:\;C:\DRDOS;C:\NETWARE
  164. VERIFY OFF
  165. PROMPT [DR DOS] $P$G
  166. if "%lan%"=="on" IPX
  167. if "%lan%"=="on" NETX
  168. if "%delw%"=="on" DELWATCH C: /F:200
  169. DISKMAP C:
  170. :DRDOSEND
  171.  
  172. This basic setup is similar to an AT with 640K except for the
  173. /B=FFFF option with HIDOS.SYS. An AT with 1MB ram will have 384K
  174. of extended memory. This 384K will be addressed beginning at FFFF
  175. not A000 (640 decimal) as would be assumed. Because the beginning
  176. address is FFFF HIDOS.SYS can make use of the HMA to relocate DR
  177. DOS kernel and data structures. This has the added benefit of
  178. permiting the more efficient use of Upper Memory for TSRs. In
  179. short up to 192K of memory can be put to use outside of
  180. conventional memory.
  181.  
  182.      286-BASED COMPUTER WITH SPECIAL CHIPSETS AND EXTENDED MEMORY
  183.  
  184. CONFIG.SYS
  185.  
  186. SHELL=C:\COMMAND.COM C:\ /P /E:256
  187. BREAK=ON 
  188. BUFFERS=20
  189. FILES=30
  190. FCBS=4,4
  191. FASTOPEN=256
  192. HISTORY=ON, 256, ON, OFF, OFF
  193. DEVICE=REMM.SYS
  194. ?"Load MemoryMAX (y/n)? "DEVICE=C:\DRDOS\HIDOS.SYS /B=FFFF        
  195.      /C=AUTO
  196. HIDOS=ON
  197. ?"Use the Compressed Disk (Y/N)? "DEVICE=C:\SSTORDRV.SYS
  198. ?"Enable DelWatch TSR (Y/N)? " set delw=on
  199. ?"Load Netware (Y/N)? " set lan=on
  200.  
  201. AUTOEXEC.BAT
  202.  
  203. @ECHO OFF
  204. :DRDOSBEG
  205. PATH C:\;C:\DRDOS;C:\NETWARE
  206. VERIFY OFF
  207. PROMPT [DR DOS] $P$G
  208. if "%lan%"=="on" hiload IPX
  209. if "%lan%"=="on" hiload NETX
  210. if "%delw%"=="on" DELWATCH C: /F:200
  211. DISKMAP C:
  212. :DRDOSEND
  213.  
  214. These files can be used if your 286/AT has been manufactured with
  215. special memory mapping chips which offer control of certain
  216. memory functions (DR DOS Users Guide page 418-423). These systems
  217. offer favorable Upper Memory support for DR DOS's MemoryMAX
  218. software to enable and use Upper Memory for TSR's and device
  219. drivers. Shadowing should be enabled in the computer's CMOS to
  220. support the creation of upper memory by DR DOS 6. The important
  221. line in the example above is the MemoryMAX driver HIDOS.SYS. This
  222. allows the operating system to sense the type of chipset within
  223. the 286/AT, enable Upper Memory and relocate the operating system
  224. files into Upper or High  Memory via the /B= switch. 
  225.  
  226. The valid switch options for HIDOS.SYS /CHIPSET= are:
  227.  
  228. EMSALL
  229. or          (for XT's & AT's with LIM 4.0 hardware/drivers)
  230. EMSUMB     
  231.  
  232. NEAT        (for 286s with Chips & Technologies NEAT, NEATsx,     
  233.              LeAPSet, or LeAPSetsx)
  234.  
  235. SCAT        (for 286s with Chips & Technologies SCAT chipset) 
  236.  
  237. RAM         (for permanent Upper Memory. Must be used with        
  238.              the /USE option on the HIDOS.SYS driver)
  239.  
  240. NONE        (for telling HIDOS.SYS not to use Shadow RAM) 
  241.  
  242. AUTO        (for AUTO detection of chipset installed)
  243.  
  244.      286-BASED COMPUTER WITH EXTENDED MEMORY RUNNING WINDOWS 3.1
  245.  
  246. CONFIG.SYS
  247.  
  248. SHELL=C:\COMMAND.COM C:\ /P /E:256
  249. BREAK=ON 
  250. BUFFERS=30
  251. FILES=40
  252. FCBS=4,4
  253. FASTOPEN=256
  254. HISTORY=ON, 256, ON, OFF, OFF
  255. ?"Load MemoryMAX (y/n)? "DEVICE=C:\DRDOS\HIDOS.SYS /B=FFFF
  256. HIDOS=ON
  257. ?"Use the Compressed Disk (Y/N)? "DEVICE=C:\SSTORDRV.SYS
  258. ?"Enable DelWatch TSR (Y/N)? " set delw=on
  259. ?"Load Netware (Y/N)? " set lan=on
  260.  
  261. AUTOEXEC.BAT
  262.  
  263. @ECHO OFF
  264. :DRDOSBEG
  265. PATH C:\;C:\DRDOS;C:\NETWARE
  266. VERIFY OFF
  267. SET TEMP=c:\temp
  268. MKDIR %TEMP% >NUL
  269. PROMPT [DR DOS] $P$G
  270. if "%lan%"=="on" hiload IPX
  271. if "%lan%"=="on" hiload NETX
  272. if "%delw%"=="on" DELWATCH C: /F:200
  273. DISKMAP C:
  274. :DRDOSEND
  275.  
  276. Microsoft Windows 3.1 requires at least 384K of available XMS
  277. memory.  If there is enough extended memory on the computer
  278. adding a cache such as SUPERPCK can improve Windows performance. 
  279.  
  280. If SuperStor is used the TEMP environment variable should point
  281. to a non-SuperStor drive. For additional information on Windows
  282. 3.1 and DR DOS refer to FYI-M-1603.